Telegram Group & Telegram Channel
#معلومة سريعة

عندما تقوم بمقارنة النصوص string في السي شارب فإن عملية المقارنة تكون حساسة لحالة الاحرف حتى وان كنت تقوم بمقارنة متغيرين لهما نفس الكلمة مع اختلاف في حالة الحروف سوف تكون نتيجة المقارنة false

مثلاً

string a="abc";
string b="ABC";

if(a==b)
print("true");

else
print("false");

حتى لو استخدمت الطريقة التالية للمقارنة
if(a.Equals(b))

في كلا الطريقتين لن يتحقق الشرط وسيطبع false

لاكن اذا اردت المقارنة بغض النظر عن حالة الاحرف نستخدم معداد
StringComparison

ستكون عملية المقارنة كما يلي

if(a.Equals(b,StringComparison.OrdinalIgnoreCase))



tg-me.com/CsharpWindowsForm/447
Create:
Last Update:

#معلومة سريعة

عندما تقوم بمقارنة النصوص string في السي شارب فإن عملية المقارنة تكون حساسة لحالة الاحرف حتى وان كنت تقوم بمقارنة متغيرين لهما نفس الكلمة مع اختلاف في حالة الحروف سوف تكون نتيجة المقارنة false

مثلاً

string a="abc";
string b="ABC";

if(a==b)
print("true");

else
print("false");

حتى لو استخدمت الطريقة التالية للمقارنة
if(a.Equals(b))

في كلا الطريقتين لن يتحقق الشرط وسيطبع false

لاكن اذا اردت المقارنة بغض النظر عن حالة الاحرف نستخدم معداد
StringComparison

ستكون عملية المقارنة كما يلي

if(a.Equals(b,StringComparison.OrdinalIgnoreCase))

BY برمجة تطبيقات الويندوز C# Programming


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/CsharpWindowsForm/447

View MORE
Open in Telegram


برمجة تطبيقات الويندوز C Programming Telegram | DID YOU KNOW?

Date: |

For some time, Mr. Durov and a few dozen staffers had no fixed headquarters, but rather traveled the world, setting up shop in one city after another, he told the Journal in 2016. The company now has its operational base in Dubai, though it says it doesn’t keep servers there.Mr. Durov maintains a yearslong friendship from his VK days with actor and tech investor Jared Leto, with whom he shares an ascetic lifestyle that eschews meat and alcohol.

How to Invest in Bitcoin?

Like a stock, you can buy and hold Bitcoin as an investment. You can even now do so in special retirement accounts called Bitcoin IRAs. No matter where you choose to hold your Bitcoin, people’s philosophies on how to invest it vary: Some buy and hold long term, some buy and aim to sell after a price rally, and others bet on its price decreasing. Bitcoin’s price over time has experienced big price swings, going as low as $5,165 and as high as $28,990 in 2020 alone. “I think in some places, people might be using Bitcoin to pay for things, but the truth is that it’s an asset that looks like it’s going to be increasing in value relatively quickly for some time,” Marquez says. “So why would you sell something that’s going to be worth so much more next year than it is today? The majority of people that hold it are long-term investors.”

برمجة تطبيقات الويندوز C Programming from vn


Telegram برمجة تطبيقات الويندوز C# Programming
FROM USA